* xdisp.c (compute_display_string_pos): Remove unused local.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Aug 2011 05:24:30 +0000 (22:24 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 3 Aug 2011 05:24:30 +0000 (22:24 -0700)
src/ChangeLog
src/xdisp.c

index 03684d6a2961996d8288f77a5828ac51f1ceeb7f..234c17823bd55aa49788a302759eb5999a02ecf0 100644 (file)
@@ -1,3 +1,7 @@
+2011-08-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * xdisp.c (compute_display_string_pos): Remove unused local.
+
 2011-08-02  Eli Zaretskii  <eliz@gnu.org>
 
        Fix slow cursor motion and scrolling in large buffers with
index fa4b3c4f9ab10925976b85eeb13de2d22ce85f52..d1598e5ed40f970b907e4c65be5f4bd1877e5d6b 100644 (file)
@@ -3163,7 +3163,6 @@ compute_display_string_pos (struct text_pos *position,
   EMACS_INT lim =
     (charpos < eob - MAX_DISP_SCAN) ? charpos + MAX_DISP_SCAN : eob;
   struct text_pos tpos;
-  struct buffer *b;
 
   *disp_prop_p = 1;